
;	======= show's negative multiply bug =======
;	movei	#$0000C3A1, CX1
;	movei	#$ffffff00, CX2
;	move	CX2, CX4
;	abs	CX4
;	mult	CX1,CX4
;	neg 	CX4

